Explore: artificial intelligence


JavaScript eats the world: deep learning and notebooks edition (blog.fastforwardlabs.com)
Google recently announced TensorFlow.js, an open-source library for running machine learning in the browser, and a successor to the deeplearn.js library. While the majority of machine learning work is unlikely to shift to JavaScript anytime soon, the examples included on the TensorFlow.js site do a good job of showing the promise of machine learning models that run in the browser. Teachable Machine lets you train a model to help you wave at cats.
Broad startup positioning: innovator, disruptor or creator? (www.sachinkamdar.com)
A new framework to evaluate startups and startup ideas.
Choosing Primary Key Type in Postgres - Shekhar Gulati (shekhargulati.com)
In relational database design one of the key decisions is choosing the right primary key type for tables. In this post I am talking about surrogate or synthetic primary keys. They are called surrogate or synthetic as these keys are not derived from application data. In my experience I have seen very few teams giving...